home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / irit40e2.zip / POLY3D-R.CFG < prev    next >
Text File  |  1994-01-04  |  1KB  |  57 lines

  1. ;Maximum degree to average two normals of two defferent polygons at a vertex
  2. AvgDegree    30
  3.  
  4. ;Ambient light - must be in [0.0..1.0] range
  5. Ambient        0.3
  6.  
  7. ;Color map size is 2^BitsPerPixel. must be in [1..8] in GIF image file format.
  8. BitsPerPixel    7
  9.  
  10. ;Light source direction vector.
  11. LightSrcX    1.0
  12. LightSrcY    3.0
  13. LightSrcZ    7.0
  14.  
  15. ;If two sources at opposite direction as specified by Light source direction
  16. ;vector are assumed. Otherwise, only one at exactly specified is assumed.
  17. TwoSources    FALSE
  18.  
  19. ;Dimensions of resulting images:
  20. Xsize        320
  21. Ysize        200
  22.  
  23. ;If TRUE, Internal edges (Created by IRIT solid modeller) are also displayed
  24. AvgDegree    30.0
  25.  
  26. ;Default color (if none specified this one is pixed), and back ground color:
  27. ;
  28. ; BLACK         =  0
  29. ; BLUE         =  1
  30. ; GREEN         =  2
  31. ; CYAN         =  3
  32. ; RED         =  4
  33. ; MAGENTA      =  5
  34. ; BROWN         =  20
  35. ; LIGHTGRAY     =  7
  36. ; YELLOW     =  62
  37. ; WHITE         =  63
  38. ;
  39. Color        63
  40. BackGroundColor 7
  41.  
  42. ;If TRUE uses Gouraud shading, otherwise Flat shading is used.
  43. Gouraud        FALSE
  44.  
  45. ;Delete Back facing polygons if TRUE. This speeds the rendering, but can be
  46. ;applied to well oriented polygons only. The (specified!) POLYGON PLANE
  47. ;attribute normal (A B C component of PLANE) should point into the object,
  48. ;and the object should be closed.
  49. ;Output from IRIT solid modeller is well oriented.
  50. backFacing    FALSE
  51.  
  52. ;Fineness control on the surface to polygons subdivision. The bigger the
  53. ;number the finer the subdivision is.
  54. FineNess    4
  55.  
  56. More        FALSE        ;If true print more messages (boolean)
  57.